Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: fix build push build arg format #2482

Merged
merged 3 commits into from
Jul 28, 2023
Merged

Conversation

xenowits
Copy link
Contributor

Fixes the github action "build-push-deploys" build-args parameter. It is a list parameter that is new line delimited.

Also remove -a build arg since it isn't required. Make it explicit that GO_BUILD_FLAG only supports a single flag.

This ports the fix from main-v0.16 release branch to main.

category: misc
ticket: #2270

@xenowits xenowits self-assigned this Jul 28, 2023
@xenowits
Copy link
Contributor Author

This fix is ported from #2276

@xenowits xenowits changed the title *: fix github workflow github: fix workflow Jul 28, 2023
@xenowits xenowits changed the title github: fix workflow github: fix build push build arg format Jul 28, 2023
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.02% 🎉

Comparison is base (f1078d1) 53.53% compared to head (331b1fb) 53.56%.

❗ Current head 331b1fb differs from pull request most recent head ee7a709. Consider uploading reports for the commit ee7a709 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2482      +/-   ##
==========================================
+ Coverage   53.53%   53.56%   +0.02%     
==========================================
  Files         198      198              
  Lines       26757    26757              
==========================================
+ Hits        14325    14332       +7     
+ Misses      10649    10642       -7     
  Partials     1783     1783              

see 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

.github/workflows/build-push-deploy.yml Outdated Show resolved Hide resolved
@xenowits xenowits added the merge when ready Indicates bulldozer bot may merge when all checks pass label Jul 28, 2023
@obol-bulldozer obol-bulldozer bot merged commit 737da22 into main Jul 28, 2023
10 of 11 checks passed
@obol-bulldozer obol-bulldozer bot deleted the xenowits/fix-rc branch July 28, 2023 08:23
xenowits added a commit that referenced this pull request Jul 28, 2023
Fixes the github action "build-push-deploys" `build-args` parameter. It is a [list parameter that is new line delimited](https://github.com/docker/build-push-action#inputs).

Also remove `-a` build arg since it isn't required. Make it explicit that `GO_BUILD_FLAG` only supports a single flag.

This ports the fix from `main-v0.16` release branch to main.

category: misc
ticket: #2270
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants